home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03B1.DIR / Internal_70_play again.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  275 b   |  12 lines

  1. on mouseEnter me
  2.   cursor = the number of member "pointer"
  3.   mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me to [cursor, mask]
  5. end
  6.  
  7. on mouseDown me
  8.   if bounceButton(me.spriteNum) then
  9.     go(1, the moviePath & "L03A1")
  10.   end if
  11. end
  12.